Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update k8s related bumps #124

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 11, 2024

This PR contains the following updates:

Package Update Change
k14s/ytt minor 0.50.0 -> 0.51.0
mikefarah/yq patch 4.44.3 -> 4.44.5

To easily extract checksums: yq_version=;curl -sSL https://github.com/mikefarah/yq/releases/download/v${jq_version}/checksums |grep "yq_linux_amd64 "|cut -d' ' -f37


Release Notes

k14s/ytt (k14s/ytt)

v0.51.0

Compare Source

Installation and signature verification

Installation
By downloading binary from the release

For instance, if you are using Linux on an AMD64 architecture:

##### Download the binary
curl -LO https://github.com/carvel-dev/ytt/releases/download/v0.51.0/ytt-linux-amd64

##### Move the binary in to your PATH
mv kapp-linux-amd64 /usr/local/bin/ytt

##### Make the binary executable
chmod +x /usr/local/bin/ytt
Via Homebrew (macOS or Linux)
$ brew tap carvel-dev/carvel
$ brew install ytt
$ ytt version  
Verify checksums file signature

The checksums file provided within the artifacts attached to this release is signed using Cosign with GitHub OIDC(Refer this page for cosign installation). To validate the signature of this file, run the following commands:

##### Download the checksums file, certificate and signature
curl -LO https://github.com/carvel-dev/ytt/releases/download/v0.51.0/checksums.txt
curl -LO https://github.com/carvel-dev/ytt/releases/download/v0.51.0/checksums.txt.pem
curl -LO https://github.com/carvel-dev/ytt/releases/download/v0.51.0/checksums.txt.sig

##### Verify the checksums file
cosign verify-blob checksums.txt \
  --certificate checksums.txt.pem \
  --signature checksums.txt.sig \
  --certificate-identity-regexp=https://github.com/carvel-dev \
  --certificate-oidc-issuer=https://token.actions.githubusercontent.com
Verify binary integrity

To verify the integrity of the downloaded binary, you can utilize the checksums file after having validated its signature.

##### Verify the binary using the checksums file
sha256sum -c checksums.txt --ignore-missing
What's Changed
  • Bump golang to 1.23.2 by @​joaopapereira in #​930
    • Added auto bump of go in a nightly action
  • Fix issue with trailing comment affecting yamlfmt.Printer @​ernstvonoelsen in #​916

Full Changelog: carvel-dev/ytt@v0.50.0...v0.51.0

📂 Files Checksum

3285a6263faca35253e73b7da54ee281cf21c7923e98a78a87328b695de96731  ./ytt-linux-arm64
9ed62a77a178232def4a1ab355a2bfa0f5153a5e7d35c065d16c6a343f2ab232  ./ytt-windows-amd64.exe
bc59563641e45044b742c06db1d9b7e41c2a50e5f9594cf1effc73ca09e1319e  ./ytt-darwin-arm64
f7ac37761607fefe06a4cc40840a3378a6e8365417d70d06f171cbc4d5469aca  ./ytt-linux-amd64
fa1badba07995154c3537502d453503e0994a49793d2f54e33ff9d0137de133c  ./ytt-darwin-amd64
ffd4e18c77f522e2bbe4ee33266c06e738e58e2a25ccdbd939b6a616bd808cda  ./ytt-windows-arm64.exe
mikefarah/yq (mikefarah/yq)

v4.44.5

Compare Source

  • Format comments with a gray foreground (Thanks @​gabe565)
  • Fixed handling of nulls with sort_by expressions #​2164
  • Force no color output when NO_COLOR env presents (Thanks @​narqo)
  • Fixed array subtraction update bug #​2159
  • Fixed index out of range error
  • Can traverse straight from parent operator (parent.blah)
  • Bumped dependencies

Note: 4.44.4 was skipped as it had a release pipeline failure


Configuration

📅 Schedule: Branch creation - "after 1pm on Monday,before 4pm on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/k8s-related-bumps branch from bf666e0 to f07d6b7 Compare November 16, 2024 07:36
@renovate renovate bot changed the title chore(deps): update dependency k14s/ytt to v0.51.0 chore(deps): update k8s related bumps Nov 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant